home *** CD-ROM | disk | FTP | other *** search
/ Macworld Expo - Develope…Central & Net Innovations / Developer Central and Net Innovators (MacWorld Expo) (January 1999).iso / Developer Central / Metrowerks CodeWarrior / CodeWarrior Pro 4 Release Notes / Java Notes / Cross Platform Prefs ReadMe.txt < prev    next >
Encoding:
Text File  |  1998-08-31  |  1.6 KB  |  35 lines  |  [TEXT/CWIE]

  1. Cross Platform Prefs Readme 
  2. ========================================================================
  3. Date:    8-31-98
  4. ========================================================================
  5.  
  6.  
  7. The Metrowerks CodeWarrior project file format is totally cross
  8. platform, meaning that you can create and develop a project on 
  9. one platform, and expect CodeWarrior to open that project on
  10. another platform. 
  11.  
  12. Although this is the case, it should be noted that some
  13. of the settings of a project are not compatible across platforms.
  14. For example, if you have an applet project on the mac,
  15. and select Metrowerks Java as your appletviewer, this project would
  16. not run properly if you move it to Windows, since Metrowerks Java
  17. doesn't exist there.
  18.  
  19. For Java, the only prefs that are totally platform dependent are the 
  20. choice of Virtual Machine used to run an application, and the selection
  21. of an appletviewer to run applets. The other prefs can be handled using
  22. similar environments for development.
  23.  
  24. To help avoid a rough transition from one platform to another, we've
  25. added the capability to specify these prefs that will work across 
  26. platforms. If the Factory default settings are used, CodeWarrior
  27. will substitute these default settings for these prefs:
  28.  
  29.                                 Windows                Mac
  30.                                 ```````             ```
  31.    VM for application running   Sun VM                Metrowerks Java w/ MRJ
  32.    appletviewer                 Sun Appletviewer    Metrowerks Java w/ MRJ
  33.  
  34. The other settings on the panel can be changed from the factory 
  35. defaults without affecting how the above prefs are handled.